From: David Ahern Date: Sat, 8 Sep 2012 15:06:52 +0000 (-0600) Subject: perf symbols: Remove BIONIC wrapper around libgen.h X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~9718^2~53^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=6c7f631261064762a8ba1ee34fc2b76d117ef3fa;p=linux-4.9.git perf symbols: Remove BIONIC wrapper around libgen.h Now that the 2 offenders are fixed, the BIONIC conditional around libgen.h can be removed. Signed-off-by: David Ahern Acked-by: Pekka Enberg Cc: Irina Tirdea Cc: Pekka Enberg Link: http://lkml.kernel.org/r/1347116812-93646-4-git-send-email-dsahern@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index d3b330cbc3e0..41a15dac4120 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h @@ -10,9 +10,7 @@ #include #include #include -#if defined(__BIONIC__) #include -#endif #ifndef NO_LIBELF_SUPPORT #include